Asc(
    ----------------------
    Basic keyword
     
     
    Use: This function gives the ASCII code
    of the first character of a string:
     
    Example:
     
    Asc("A") = 65
    Asc("AB") = 65